home *** CD-ROM | disk | FTP | other *** search
- 7501 macro redefinition
- 7502 string/array size exceeds recommended limit
- 7503 function defined but never called
- 7504 incompatible function pointer assignment
- 7505 typedef definition differs from previous
- 8001 multiple main programs defined
- 8002 function name expected
- 8003 function has no prototype declaration
- 8004 identifier already declared
- 8005 function was declared as DLL function
- 8006 missing '(' after function name
- 8007 comma expected
- 8008 identifier expected
- 8009 too many parameters
- 8010 missing right parenthesis
- 8011 missing 'begin' at start of function
- 8012 semicolon expected
- 8013 unexpected end of source file
- 8014 identifier already defined
- 8015 member name already defined
- 8016 undefined label:
- 8017 expected typedef (struct) name
- 8018 typedef object illegal in this context
- 8019 expected type declaration
- 8020 parameter list expected
- 8021 missing 'begin' after 'typedef'
- 8022 comma or semicolon expected
- 8023 right bracket expected
- 8024 invalid array/string size
- 8025 undefined identifier
- 8026 invalid use of identifier
- 8027 missing operand
- 8028 unresolved operator
- 8029 too many operands
- 8030 unbalanced parentheses
- 8031 uncalled function
- 8032 missing member reference
- 8033 unsubscripted array
- 8034 missing expression
- 8035 statement label required
- 8036 too many arguments
- 8037 variable required
- 8038 numeric value required
- 8039 string value required
- 8040 incomplete argument list
- 8041 function type required
- 8042 string or array type required
- 8043 typedef pointer type required
- 8044 typedef type required
- 8045 member name not found
- 8046 numeric variable required
- 8047 can only take address of variable
- 8048 macro name missing
- 8049 missing expression for #if/#elif
- 8050 invalid expression for #if/#elif
- 8051 missing end of string literal
- 8052 macro expansion text too large
- 8053 identifier not a #define macro
- 8054 include file name missing
- 8055 #elif not preceded by #if
- 8056 #elif follows #else
- 8057 #else not preceded by #if
- 8058 #endif not preceded by #if
- 8059 unrecognized preprocessor command
- 8060 missing '(' after 'defined'
- 8061 missing ')' after 'defined'
- 8062 constant operand required
- 8063 input line too long
- 8064 unterminated comment
- 8065 string literal exceeds 255 characters
- 8066 missing #endif statement at end of file
- 8067 integer constant too large
- 8068 unrecognized character encountered
- 8069 preprocessor command must be first on line
- 8070 string constant expected
- 8071 colon expected
- 8072 'elseif' cannot follow 'else'
- 8073 missing 'then' keyword
- 8074 'else' clause already encountered
- 8075 'default' label already encountered
- 8076 multiple case labels for statement
- 8077 label already defined
- 8078 label illegal in this 'for' loop
- 8079 invalid statement
- 8080 missing arguments for function
- 8081 invalid result for assignment
- 8082 missing '(' after switch
- 8083 missing ')' after switch
- 8084 missing 'case' after switch
- 8085 missing '='
- 8086 missing 'to' or 'downto'
- 8087 cannot return value from program
- 8088 not inside if statement
- 8089 not inside for statement
- 8090 not inside repeat statement
- 8091 not inside while statement
- 8092 function called but not defined:
- 8093 size required for string in typedef
- 8094 label must be defined in function
- 8095 label must be defined in main program
- 8096 number too big for character
- 8097 syntax error
- 8098 missing '.name' after DLL name
- 8099 DLL function name expected
- 8100 function not defined for this DLL
- 8101 must specify DLL for this function
- 8102 cannot specify DLL for function pointer
- 8103 cannot specify DLL for ISObject
- 8104 missing class name for ISObject
- 8105 illegal pointer to ISObject function
- 8106 ISObject illegal in this context
- 8107 must use POINTER for function pointer
- 8108 function call expected for ISObject
- 8109 function not defined for ISObject
- 8110 internal function required for pointer
- 8111 function call not legal as lvalue
- 8112 typedef includes instance of self
- 8113 local variables cannot be external
- 8114 preprocessor user define error
- 8401 error reading module header
- 8402 invalid module file signature
- 8403 error reading module for CRC
- 8404 CRC error; module corrupted
- 8405 error reading external table
- 8406 invalid index for string external
- 8407 conflicts with previous definition
- 8408 external typedef mismatch
- 8409 conflicts with previous string size
- 8410 more than one definition for function
- 8411 no definition found for function
- 8412 invalid index for number external
- 8413 invalid external kind
- 8414 invalid fixup position
- 8415 invalid fixup kind
- 8416 invalid fixup value
- 8417 can't open module for reading
- 8418 error seeking to string table
- 8419 error seeking to number table
- 8420 error seeking to external table
- 8421 error seeking to prototype table
- 8422 error seeking to typedef table
- 8423 error seeking to fixup table
- 8424 error seeking to first event
- 8425 error seeking to debugging info
- 8426 error reading debugging information
- 8427 error reading string table
- 8428 error reading number table
- 8429 error reading prototype table
- 8430 error reading typedef table
- 8431 error reading fixup table
- 8432 error reading data
- 8433 invalid typedef field count
- 8434 invalid typedef field kind
- 8435 invalid included typedef index
- 8436 first module has no main program
- 8437 multiple definition of main program
- 8501 I/O error on action file
- 8502 I/O error on debug file
- 8503 Can't open script input file
- 8504 Can't open .ins output file
- 8505 Can't open .dbg debug file
- 8506 out of memory
- 8507 indirection not implemented yet
- 8508 too many macro expansions in line
- 8509 invalid delimiter for include file name
- 8510 missing delimiter for include file name
- 8511 can't open include file
- 8512 include file plus path is too large
- 8513 too many nested #include files
- 8514 #if statements too deeply nested
- 8515 macro expansion buffer oveflow
- 8516 maximum error count reached
- 8517 too many include files
- 8518 I/O error on link file
- 8519 user define fatal error
- 9001 internal error
- 9002 DLL prototyping is not available in InstallShield for Microsoft Visual C++ 6.0
- 9003 LaunchApp is not available in InstallShield for Microsoft Visual C++ 6.0
- 9004 LaunchAppandAndWait is not available in InstallShield for Microsoft Visual C++ 6.0
- 9005 UseDLL is not available in InstallShield for Microsoft Visual C++ 6.0
- 9006 UnUseDLL is not available in InstallShield for Microsoft Visual C++ 6.0
- 9007 AddProfString is not available in InstallShield for Microsoft Visual C++ 6.0
- 9008 GetProfString is not available in InstallShield for Microsoft Visual C++ 6.0
- 9009 GetProfInt is not available in InstallShield for Microsoft Visual C++ 6.0
- 9010 ReplaceProfString is not available in InstallShield for Microsoft Visual C++ 6.0
- 9011 WriteProfString is not available in InstallShield for Microsoft Visual C++ 6.0
- 9012 SeekBytes is not available in InstallShield for Microsoft Visual C++ 6.0
- 9013 WriteBytes is not available in InstallShield for Microsoft Visual C++ 6.0
- 9014 ReadBytes is not available in InstallShield for Microsoft Visual C++ 6.0
- 9015 CopyBytes is not available in InstallShield for Microsoft Visual C++ 6.0
- 9016 SendMessage is not available in InstallShield for Microsoft Visual C++ 6.0
- 9017 AppCommand is not available in InstallShield for Microsoft Visual C++ 6.0
- 9018 PlayMMedia is not available in InstallShield for Microsoft Visual C++ 6.0
- 9019 MMediaIsPlaying is not available in InstallShield for Microsoft Visual C++ 6.0
- 9020 SetDisplayEffect is not available in InstallShield for Microsoft Visual C++ 6.0
-